type github.com/jackc/pgx/v5/pgtype.encodePlanQcharCodecRune

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		qchar.go#L32: 			return encodePlanQcharCodecRune{}
		qchar.go#L47: type encodePlanQcharCodecRune struct{}
		qchar.go#L49: func (encodePlanQcharCodecRune) Encode(value any, buf []byte) (newBuf []byte, err error) {